home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-10  |  84 b   |  5 lines

  1. on(release){
  2.    _root.menu._visible = true;
  3.    removeMovieClip(this._parent);
  4. }
  5.